home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdb / dbaccess.frm < prev    next >
Text File  |  1995-09-06  |  3KB  |  95 lines

  1. VERSION 2.00
  2. Begin Form DBA 
  3.    Caption         =   "DB Access Form"
  4.    ClientHeight    =   1920
  5.    ClientLeft      =   855
  6.    ClientTop       =   2565
  7.    ClientWidth     =   7395
  8.    ControlBox      =   0   'False
  9.    Height          =   2325
  10.    Left            =   795
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1920
  15.    ScaleWidth      =   7395
  16.    Top             =   2220
  17.    Width           =   7515
  18.    Begin TextBox Message 
  19.       Height          =   372
  20.       Left            =   1440
  21.       TabIndex        =   1
  22.       Top             =   1320
  23.       Width           =   5772
  24.    End
  25.    Begin TextBox ClientID 
  26.       Height          =   372
  27.       Left            =   4320
  28.       TabIndex        =   5
  29.       Top             =   720
  30.       Width           =   2172
  31.    End
  32.    Begin TextBox ErrorStat 
  33.       Height          =   372
  34.       Left            =   1440
  35.       TabIndex        =   0
  36.       Top             =   720
  37.       Width           =   1092
  38.    End
  39.    Begin TextBox db 
  40.       Height          =   372
  41.       Left            =   1440
  42.       TabIndex        =   7
  43.       Top             =   120
  44.       Width           =   5772
  45.    End
  46.    Begin Label Label3 
  47.       Alignment       =   1  'Right Justify
  48.       Caption         =   "Message from server:"
  49.       Height          =   492
  50.       Left            =   240
  51.       TabIndex        =   4
  52.       Top             =   1320
  53.       Width           =   1092
  54.    End
  55.    Begin Label Label4 
  56.       Alignment       =   1  'Right Justify
  57.       Caption         =   "Client ID no:"
  58.       Height          =   372
  59.       Left            =   3120
  60.       TabIndex        =   6
  61.       Top             =   720
  62.       Width           =   972
  63.    End
  64.    Begin Label Label2 
  65.       Alignment       =   1  'Right Justify
  66.       Caption         =   "Error status of last call:"
  67.       Height          =   492
  68.       Left            =   240
  69.       TabIndex        =   3
  70.       Top             =   720
  71.       Width           =   1092
  72.    End
  73.    Begin Label Label1 
  74.       Alignment       =   1  'Right Justify
  75.       Caption         =   "Data to/from server:"
  76.       Height          =   492
  77.       Left            =   0
  78.       TabIndex        =   2
  79.       Top             =   120
  80.       Width           =   1332
  81.    End
  82. End
  83. '
  84. 'VBDB version 1.0 for Visual Basic 1.0 and Windows 3.0
  85. '(C)1991 Marquis Computing. All Rights Reserved.
  86. '
  87. 'DBACCESS -- client application form for accessing
  88. 'the database management server VBDB.
  89. '
  90. 'DO NOT MODIFY THIS FORM!
  91. '
  92.  
  93. DefInt A-Z
  94.  
  95.